Skip to content

[codex] Show structured page placeholders while loading#10

Merged
offendingcommit merged 4 commits into
mainfrom
codex/page-loading-placeholders
May 12, 2026
Merged

[codex] Show structured page placeholders while loading#10
offendingcommit merged 4 commits into
mainfrom
codex/page-loading-placeholders

Conversation

@offendingcommit
Copy link
Copy Markdown
Owner

Summary

  • replace spinner-only route loading states with page-shaped skeleton placeholders across the main dashboard, list, detail, conclusion, and webhook screens
  • add a shared skeleton primitive plus shimmer theme tokens so placeholders stay visually consistent with the existing theme
  • keep the page chrome visible while data loads so transitions feel anchored instead of blank

Why

Several pages were dropping almost all structure and showing a centered spinner during initial fetches, which made navigation feel jumpy and hid the shape of the page while data was still on the way.

Impact

Loading states now preserve the layout and intent of each screen, making route transitions feel steadier and easier to scan.

Validation

  • pnpm --dir packages/web test
  • pnpm --dir packages/web build

Notes

The test run still emits the existing jsdom window.scrollTo warning, but the suite passes.

@offendingcommit offendingcommit marked this pull request as ready for review May 12, 2026 15:07
@offendingcommit offendingcommit merged commit 1008e97 into main May 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant